home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Paste Exception
- Sent: 6/12/96 4:59 AM
- Received: 6/12/96 8:31 AM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >ODF code contains a couple of examples of putting up an alert after
- >catching an exception. See the FW_CPrintHandler methods HandlePageSetup
- >and HandlePrint.
-
- >Use kODErrAlreadyNotified. Or, as Mary's code does, return false (if the
- >API allows it).
-
- Mary and Mark,
-
- Thank you for your help. I think I can make it work now. I quite often find
- out how to use ODF classes by guessing or finding at where ODF itself would
- use them, but this time I had no idea about where to look.
-
- Serge
-
-